ScriptType Enumeration

Represents which script are currently active for a portion of text.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum ScriptType

Members

Latin0 All latin script-dependent attributes are active.
Asian1 All asian script-dependent attributes are active.
Complex2 All complex script-dependent attributes are active.
Ignore3 All script-dependent attributes are applied to all script types. This is available on default styles only.
None4 None.

See Also